ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing Namespace / Index<T> Class
The type of the elements of the collection to index.
Members

In This Topic
    Index<T> Class
    In This Topic
    Base class for the Index<T,TKey> class.
    Object Model
    Index<T> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class Index(Of T) 
       Inherits IndexDefinition(Of T)
       Implements C1.LiveLinq.Indexing.Search.IIndexScanner(Of T) 
    Type Parameters
    T
    The type of the elements of the collection to index.
    Remarks
    You don't typically use the Index<T> class directly. It provides functionality of the Index<T,TKey> class that does not depend on the index key type. The base class Index<T> is needed only if the index key type is not known, usually in general-purpose code intended for reuse with different key types.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.Indexing.IndexDefinition<T>
          C1.LiveLinq.Indexing.Index<T>
             C1.LiveLinq.Indexing.Index<T,TKey>

    See Also